home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-12-30 | 712 b | 16 lines | [TEXT/DOCS] |
-
- Verb setEventTransactionID
- Syntax setEventTransactionID (ID)
- Parameters ID is a transaction id value established by a prior beginTransaction message.
- Action Sets the transaction id value for all outgoing messages sent by the current script to ID.
- Returns True
- Examples with objectModel, MacDatabase {
- transID = beginTransaction ();
- setEventTransactionID (transID)}
- Notes • This verb affects all subsequent appleEvent, complexEvent, finderEvent, tableEvent and transactionEvent calls.
- • Each running script has its own transaction ID setting, which initially is zero (no transaction).
- • To stop using a transaction ID, pass 0 as the ID value.
- See Also setEventTimeOut
- setEventInteraction
- misc.beginTransaction
-